home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 1.2 KB | 50 lines | [TEXT/MPS ] |
- # Definitions_SC
- # Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
-
- ###########################################################
- # Libraries
- ###########################################################
-
- #----------------------------------------------------------
- # Symantec library support.
- #
- # {SymantecInit} needs to be the first object file in the linkers list.
- # {LibrariesNoFPU} needs to come before the MPW libraries so that if a
- # function is in the Symantec libraries the linker uses it instead of
- # the MPW version.
-
- ModelFarSupport = ∂
- "{Libraries}RTLib.o"
-
- PerformLib = ∂
- "{Libraries}PerformLib.o"
-
- SymantecInit = "{SCLibraries}SCMainCpp.a.o"
-
- LibrariesNoFPU = ∂
- "{CLibraries}CSANELib.o" ∂
- "{CLibraries}Math.o" ∂
- "{SCLibraries}SCLibc.o" ∂
- "{SCLibraries}SClibcpp.o"
-
- LibrariesFPU = ∂
- "{CLibraries}CSANELib881.o" ∂
- "{CLibraries}Math881.o" ∂
- "{CLibraries}CLib881.o" ∂
- "{SCLibraries}SCLibc881.o" ∂
- "{SCLibraries}SClibcpp881.o"
-
- NeededSysLibs = ∂
- {LibrariesNoFPU} ∂
- {LibrariesFPU} ∂
- "{Libraries}Runtime.o" ∂
- "{SCLibraries}Unmangle.o" ∂
- {ModelFarSupport} ∂
- {PerformLib} ∂
- "{Libraries}AEObjectSupportLib.o" ∂
- "{Libraries}Interface.o" ∂
- "{Libraries}ToolLibs.o"
-
- NeededToolLibs = ∂
- {NeededSysLibs}
-